OnInputModeChangedListener

interface OnInputModeChangedListener

Interface definition of a callback that is called when the input mode changes.

Functions

Link copied to clipboard
abstract fun onInputModeChanged(@NonNull before: MessageInputView.Mode, @NonNull current: MessageInputView.Mode)
Called when the input mode changes.